home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 January / Designer's Club 1998 January.iso / mac / Idea Source® / Main.Dir / 00014_quit.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  135 b   |  9 lines

  1. on mouseDown
  2.   sound stop 3
  3.   puppetSound(1, "whistle")
  4.   repeat while soundBusy(1)
  5.     go(the frame)
  6.   end repeat
  7.   go("preview")
  8. end
  9.